Hover alternatve for touch devices [migrated]
Posted
by
Joshua Frank
on Programmers
See other posts from Programmers
or by Joshua Frank
Published on 2012-11-03T14:28:54Z
Indexed on
2012/11/03
17:20 UTC
Read the original article
Hit count: 255
I'm building a standard infographic where you mouse over a region and the image changes as you move. For instance, imagine a map of the world, and when you mouse over a country, that country glows and a panel shows statistics about that country. The implementation is to have a separate image for the glowing country, and a div element with the statistics, and the code shows these additional elements on a hover over the country.
The question is: what should this do on a tablet, where there's no hover event? What's a good alternative navigation metaphor for this kind of situation on touch-only devices?
© Programmers or respective owner